home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 398 / 398.xpi / chrome / forecastfox.jar / skin / classic / forecastfox.css < prev   
Cascading Style Sheet File  |  2010-02-04  |  4KB  |  256 lines

  1. /* ::::: Global Styles ::::: */
  2. .ff-content {
  3.   padding: 10px;
  4. }
  5.  
  6. .ff-footer {
  7.   border-top: 2px groove ThreeDFace;
  8.   padding: 10px;
  9. }
  10.  
  11. .ff-button {
  12.   margin: 1px;
  13. }
  14.  
  15. .ff-btnspacer {
  16.   margin-left: 15px;
  17. }
  18.  
  19. fflink {
  20.   cursor: pointer;  
  21. }
  22.  
  23. fflink > * {
  24.   cursor: inherit;  
  25. }
  26.  
  27. /* ::::: Main Window ::::: */
  28.  
  29. #ff-box {
  30.   padding: 0px;
  31.   margin: 0px 2px;  
  32. }
  33.  
  34. ffpanel {
  35.   -moz-box-direction: reverse;  
  36.   -moz-box-align: center;
  37.   -moz-box-pack: center;
  38.   border-right: 1px solid ThreeDShadow;
  39.   border-left: 1px solid ThreeDHighlight;
  40.   border-bottom: none;
  41.   border-top: none;
  42.   padding: 0 2px;
  43.   margin: 0px;
  44.   cursor: pointer;
  45. }
  46.  
  47. #ff-weather[orient="vertical"] ffpanel {
  48.   border-bottom: 1px solid ThreeDShadow;
  49.   border-top: 1px solid ThreeDHighlight;
  50.   border-right: none;
  51.   border-left: none;
  52.   padding: 2px 0;  
  53. }
  54.  
  55. ffpanel[ff-first="true"] {
  56.   border-left: none;
  57. }
  58.  
  59. ffpanel[ff-last="true"] {
  60.   border-right: none;
  61. }
  62.  
  63. #ff-weather[orient="vertical"] ffpanel[ff-first="true"] {
  64.   border-top: none;
  65. }
  66.  
  67. #ff-weather[orient="vertical"] ffpanel[ff-last="true"] {
  68.   border-bottom: none;
  69. }
  70.  
  71. .ff-spacer {
  72.   padding: 0px;
  73.   margin: 0px;
  74.   border-right: 1px solid ThreeDShadow;
  75.   border-left: 1px solid ThreeDHighlight;
  76.   border-top: none;
  77.   border-bottom: none;
  78. }
  79.  
  80. #ff-weather[orient="vertical"] .ff-spacer {
  81.   border-bottom: 1px solid ThreeDShadow;
  82.   border-top: 1px solid ThreeDHighlight;
  83.   border-right: none;
  84.   border-left: none;
  85.   height: 0px;
  86. }
  87.  
  88. #ff-preview-image,
  89. #ff-container-box {
  90.   width: 430px;
  91.   height: 320px;
  92.   min-width: 430px;
  93.   min-height: 320px;  
  94. }
  95.  
  96. .ff-load-image {
  97.   width: 16px;
  98.   height: 16px;
  99.   list-style-image: url("chrome://global/skin/icons/notloading_16.png");   
  100. }
  101.  
  102. .ff-load-image[loading="true"] {
  103.   list-style-image: url("chrome://global/skin/icons/loading_16.png");  
  104. }
  105.  
  106. /* ::::: About Window ::::: */
  107. #ff-about-header .ffheader-box {
  108.   background-color: -moz-Dialog;
  109.   color: -moz-DialogText;
  110. }
  111.  
  112. #ff-about-icon {
  113.   height: 32px;
  114.   width: 32px;
  115.   max-height: 32px;
  116.   max-width: 32px;
  117.   border: 1px solid #909090;
  118.   background-color: Window;
  119. }
  120.  
  121. #ff-about-version {
  122.   font-size: 180%;
  123.   font-weight: bold;
  124.   color: #909090; 
  125.   margin-left: 10px;
  126. }
  127.  
  128. #ff-about-content {
  129.   padding: 0;
  130.   margin: 0;
  131. }
  132.  
  133. #ff-credits-iframe {
  134.   border: 0;
  135.   padding: 0;
  136.   margin: 0;
  137.   width: 220px;
  138.   height: 170px;
  139. }
  140.  
  141. #ff-creditsBox {
  142.   margin-top: 10px;
  143.   margin-bottom: 10px;
  144.   margin-left: 0;
  145.   margin-right: 0;
  146.   font-family: Arial, sans-serif;
  147.   font-size: small;
  148. }
  149.  
  150. #ff-creditsBox h3 {
  151.   font-weight: bold;
  152.   font-size: small;
  153.   margin: 0;
  154. }
  155.  
  156. #ff-creditsBox ul {
  157.   margin-top: 0px;
  158.   margin-left: 0px;
  159.   padding-left: 0px;
  160.   margin-bottom: 15px;
  161. }
  162.       
  163. #ff-creditsBox li {
  164.   list-style-type: none;
  165. }
  166.  
  167. .footnote {
  168.   font-size: x-small;
  169.   text-align: justify;
  170. }
  171.  
  172. /* ::::: Search Window ::::: */
  173. #ff-search {
  174.   min-height: 20em;
  175. }
  176.  
  177. /* ::::: Options Window ::::: */
  178. #ff-options *[error="true"] {
  179.   -moz-appearance: none;
  180.   border: 1px solid ThreeDShadow;
  181.   background-color: rgb(245, 246, 190);
  182.   color: rgb(0, 0, 0);
  183. }
  184.  
  185. .valid-label {
  186.   visibility: hidden;
  187.   color: red;
  188. }
  189.  
  190. .valid-label[error="valid"] {
  191.   visibility: visible;
  192. }
  193.  
  194. #ff-list-pages {
  195.   width: 14em;
  196.   min-width: 14em;
  197. }
  198.  
  199. #ff-text-position {
  200.   margin-right: 0;
  201. }
  202.  
  203. #ff-text-cc-slider, #ff-text-swa-slider {
  204.   margin-left: 0;
  205.   margin-right: 0;
  206. }
  207.  
  208. #ff-btn-cc-slider {
  209.   margin-right: 1px;
  210. }
  211.  
  212. #ff-text-dayf-days {
  213.   margin-right: 0;
  214. }
  215.  
  216. #ff-btn-dayf-days {
  217.   margin-right: 1px;
  218. }
  219.  
  220. #ff-text-profs-rotate {
  221.   margin-left: 1px;
  222.   margin-right: 0;
  223. }
  224.  
  225. #ff-btn-profs-rotate {
  226.   margin-right: 1px;
  227. }
  228.  
  229. #ff-preview-image {
  230.   max-width: 305px; 
  231.   min-width: 305px;
  232.   max-height: 50px;
  233.   min-height: 50px;
  234. }
  235.  
  236. #ff-list-icons listitem[icon="true"]
  237. {
  238.     font-weight: bold;
  239. }
  240.  
  241. #ff-link-more
  242. {
  243.     margin-right: 2px;
  244. }
  245.  
  246. /* ::::: Unit window ::::: */
  247. .ff-abbr {
  248.   min-width: 2.5em;
  249.   width: 2.5em;
  250. }
  251.  
  252.  
  253. /* ::::: Icons Window ::::: */
  254. #ff-icons-description {
  255.   font-weight: bold;
  256. }